home *** CD-ROM | disk | FTP | other *** search
/ Hot Super Models / Hot Super Models.iso / unix / x11 / xv2r1.tar / xv2r1 / config / ultrix.cf next >
Text File  |  1991-09-25  |  1KB  |  54 lines

  1. XCOMM platform:  $XConsortium: ultrix.cf,v 1.45 91/07/30 12:12:11 rws Exp $
  2.  
  3. #define OSName            Ultrix-32 4.2
  4. XCOMM operating system:  OSName
  5. #define OSMajorVersion    4
  6. #define OSMinorVersion    2
  7.  
  8. #define HasPutenv YES
  9. #define HasSaberC YES
  10. #define HasShm YES
  11. #define LintLibFlag -o
  12. #define LintOpts -ax
  13.  
  14. #ifdef VaxArchitecture
  15. #define XqdssServer YES
  16. #define XqvssServer YES
  17. #define UnalignedReferencesAllowed YES           /* if arbitrary deref is okay */
  18. #if HasGcc
  19. #define BuildPexExt XqdssServer
  20. #else
  21. #define BuildPex NO /* compiler runs out of table space */
  22. #endif
  23. #define BuildXvExt YES
  24. #define ExtensionOSDefines -DXV
  25. #endif
  26.  
  27. #ifdef MipsArchitecture
  28. #if OSMajorVersion > 4 || (OSMajorVersion == 4 && OSMinorVersion >= 2)
  29. #define XdecServer YES
  30. #define XtxServer YES
  31. /* Even under ultrix 4.2, the compiler miscompiles some alloca calls */
  32. #define AllocateLocalDefines /* -DINCLUDE_ALLOCA_H */
  33. #else
  34. #define XmfbpmaxServer NO
  35. #define XcfbpmaxServer YES
  36. #define AllocateLocalDefines /**/
  37. #endif
  38. #define NeedFunctionPrototypes YES
  39. #define PexCCOptions -Wf,-XNp15000,-XNd15000
  40. #define BuildXvExt YES
  41. #define BuildXvParallax NO
  42. #define BuildXvRasterOps YES
  43. #define ExtensionOSDefines -DXV
  44. #endif
  45.  
  46. #if HasGcc
  47. #define CcCmd gcc -ansi -Dvax -Dultrix -fpcc-struct-return
  48. #define ServerCCOptions /* */
  49. #define AllocateLocalDefines /* */
  50. #endif
  51.  
  52. #define ServerOSDefines AllocateLocalDefines
  53.  
  54.